.blog .carousel-indicators {
	right: -1080px;
    top: -40px;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 28px;
    width: 8px;
    height: 0px;
}

.blog .carousel-indicators .active {
background: #707070;
}

 .active {
    background: #ffffff;
    }